projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
048fb1b
)
Require cc-mode.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 26 Oct 1995 03:14:40 +0000
(
03:14
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 26 Oct 1995 03:14:40 +0000
(
03:14
+0000)
lisp/progmodes/cmacexp.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cmacexp.el
b/lisp/progmodes/cmacexp.el
index 709694751046808272810a0cfdeecb1f1f99018c..f353e5bfcf430d98ff405d46cf8437b330ce6d81 100644
(file)
--- a/
lisp/progmodes/cmacexp.el
+++ b/
lisp/progmodes/cmacexp.el
@@
-3,7
+3,7
@@
;; Copyright (C) 1992, 1994 Free Software Foundation, Inc.
;; Author: Francesco Potorti` <pot@cnuce.cnr.it>
-;; Version: $Id: cmacexp.el,v 1.1
8 1994/09/05 04:33:23 rms Exp pot
$
+;; Version: $Id: cmacexp.el,v 1.1
9 1995/03/07 15:24:44 pot Exp rms
$
;; Adapted-By: ESR
;; Keywords: c
@@
-85,6
+85,8
@@
;; macro expansion is often inaccurate.
+(require 'cc-mode)
+
(provide 'cmacexp)
(defvar c-macro-shrink-window-flag nil